home *** CD-ROM | disk | FTP | other *** search
- * this is a comment line
- *------------------------------------
- * EMACS defination for NJSTAR V1.20
- * V2.0's new commands not added
- *------------------------------------
- * ^ = CTRL @ = ALT # = SHIFT
- *
- *------------------------------------
- *MetaKey - two key commands
- *------------------------------------
- * ctrl-x is used for meta key
- * but can be defined to other key
- * Keys go with Meta:
- * ^A -> ^Z
- * A -> Z
- * 0 -> 9
- * ESC; CTRL_BACKSLASH; CTRL_RBRACE; CTRL_6; CTRL_MINUS
- * ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _
- *------------------------------------
- ^X MetaKey
-
- Meta+^B BegFile
- Meta+^C File
- Meta+^E EndFile
- Meta+^F EditFile
- Meta+^N RenameFile
- Meta+^O ScrollDown
- Meta+^P ScrollUp
- Meta+^R SearchReplace
- Meta+^S SaveFile
- Meta+^U UnDelBlock
- Meta+^V EditFile
- Meta+^W SaveAs
- Meta+^X NextFile
- Meta+^Z QuitFile
-
-
- ^A BegLine
- ^B CursorLeft
- ^D DelChar
- ^E EndLine
- ^F CursorRight
- ^G GotoBlock
- ^H BackSpace
- ^I TabRight
- ^J DelToBegLine
- ^K DelToEndLine
- ^L DupLine
- ^M Enter
- ^N CursorDown
- ^P CursorUp
- ^R SearchBackward
- ^S Search
- ^T TimeDate
- ^U UnDelLine
- ^V PageDown
- ^W Copy
- ^X MetaKey
- ^Y Paste
- ^Z PageUp
-
- *------------------------------------------------------------------------------
- * New command in Ver 1.20
- *------------------------------------------------------------------------------
- #F2 HzSaveFile
- #F3 HzDecode
- #F4 HzEditFile
- #F5 PcxSaveFile
- #F6 ZwSaveFile
- #F7 ZwDecode
- #F8 ZwEditFile
- ^P Print
- @X LianXiang
- @F1 ListDir
- ^F9 ToggleEOL
- ^F1 FileStatus
- ^F3 QuitAll
- ^F5 WordCount
- ^F6 GotoLine
- ^F11 RepeatCmd
- ^X^P PrevFile
- F11 MacroRec
- F12 MacroExec
- *------------------------------------------------------------------------------
- * Macro commands - Excute more than one command with one key stroke, plus more.
- *
- * NOTE:
- * 1. macro command start with 'Macro'
- * 2. '&' at and means continue at next line
- * 3. '#' followed by number n == Insert Ascii n into Macro key.
- * Max n is 160, n can be specified as: DEC $150; OCT $083; HEX $0xA0.
- * 4. '$' followed by number n == Sleep n ticks before exec. next command.
- * 5. Lebeles are a name+':'; eg. BEG: END:, Max number of Labeles is 64.
- * 6. Jump Beg: == Jump to Label Beg: unconditionally
- * 7. JTrue Beg: == Jump to Beg: if previous command is executed Ok
- * 8. JFalse Beg: == Jump to Beg: if previous command is executed NOT Ok
- * 9. Pause == Stop Macro Execution till Enter/ESC is Pressed
- * 10. "XXXX" or 'XXXX' == insert XXXX into Macro key. eg "I'AM Typping"
- *------------------------------------------------------------------------------
- Meta+^P Macro Start: BegFile beg: $128 PageDown JFalse Start: Jump beg:
- Meta+^N Macro "Njstar" '─▀║Φ▓¿' #156 "39" #155 '00'
- Meta+^L Macro beg: Scrolldown Jfalse end: JUMP beg: &
- end: BegFile $180 Jump beg:
- Meta+^M Macro search Pause markblock
- *--------------------------------------------
- * other commands
- *--------------------------------------------
- @B MarkBlock
- @C CopyBlock
- @D DelBlock
- @DOWN ScrollDown
- @F3 QWinput
- @F4 GBinput
- @F5 PYinput
- @F6 ASCinput
- @L MarkLine
- @M MoveBlock
- @X LianXiang
- @U UnMarkBlock
- @UP ScrollUp
- DEL DelChar
- DOWN CursorDown
- END EndLine
- GREYENTER HardReturn
- #ENTER HardReturn
- ENTER Enter
- F1 QuickHelp
- F10 NextFile
- F2 SaveFile
- F3 QuitFile
- F4 File
- F5 Search
- F6 SearchReplace
- F7 RenameFile
- F8 EditFile
- F9 UnDelLine
- HOME BegLine
- LEFT CursorLeft
- PGDN PageDown
- PGUP PageUp
- RIGHT CursorRight
- TAB TabRight
- UP CursorUp
-
- ^F10 SwitchCCLIB
- ^F2 SaveDic
- ^F4 SaveAll
- ^F8 AddLX
- @F8 delLX
- ^F9 PureChinese
-
- ^BS DelLine
- ^DOWN EndScreen
- ^END EndFile
- ^HOME BegFile
- ^LEFT WordLeft
- ^RIGHT WordRight
- ^UP BegScreen
-
- *---------------------------
- * end of njconfig.key
- *---------------------------
-